home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / lib / X11 / config / mach.cf < prev    next >
Text File  |  2006-04-12  |  2KB  |  77 lines

  1. XCOMM $Xorg: mach.cf,v 1.3 2000/08/17 19:41:47 cpqbld Exp $
  2.  
  3.  
  4.  
  5. XCOMM platform:  $XFree86: xc/config/cf/mach.cf,v 3.12 2001/01/17 16:22:32 dawes Exp $
  6.  
  7. #define OSName           Mach 2.5/3.0
  8. #define OSVendor          /**/
  9. XCOMM operating system:  OSName
  10. #define OSMajorVersion      1
  11. #define OSMinorVersion        1
  12.  
  13. #define GccUsesGas        YES
  14. #define UseGas            YES
  15. #define GnuCpp            YES
  16. #define UseGccMakeDepend    YES
  17.  
  18. #define CcCmd            gcc
  19. #define CppCmd            /usr/mach3/lib/gcc-lib/i386-mach/2.3.3/cpp
  20. #define PreProcessCmd        /usr/mach3/lib/gcc-lib/i386-mach/2.3.3/cpp
  21. #define DefaultCCOptions    /**/
  22. #define GccGasOption         -DGCCUSESGAS
  23.  
  24. #define AsmDefines        -DUSE_GAS
  25. #define BootstrapCFlags        -DNOSTDHDRS
  26. #define ExtensionOSDefines    /* -DXTESTEXT1 */
  27. #define ServerExtraSysLibs    /usr/lib/libmach.a
  28. #ifdef i386Architecture
  29. #define ServerExtraDefines    GccGasOption XFree86ServerDefines
  30. #else
  31. #define ServerExtraDefines    GccGasOption
  32. #endif
  33. #define StandardCppOptions    -traditional
  34. #define StandardCppDefines    /**/
  35. #define StandardDefines        -DNOSTDHDRS -DMACH386
  36. #define ServerOSDefines        XFree86ServerOSDefines -DDDXTIME
  37.  
  38. #define AvoidNullMakeCommand    YES
  39. #define CompressAllFonts    YES
  40. #define DirFailPrefix -
  41. #define HasNdbm             YES
  42. #define HasPutenv           YES
  43. #define Malloc0ReturnsNull    YES
  44. #define NeedConstPrototypes    YES
  45. #define NeedFunctionPrototypes    YES
  46. #define NeedNestedPrototypes    YES
  47. #define NeedVarargsPrototypes    YES
  48. #define NeedWidePrototypes    NO
  49. #define StripInstalledPrograms    YES
  50.  
  51. #ifndef GnuMallocLibrary
  52. #define GnuMallocLibrary    /* -lgnumalloc */
  53. #endif
  54.  
  55. #ifdef InstallCmd
  56. #undef  InstallCmd
  57. #endif
  58. #define InstallCmd        /usr/bin/install
  59.  
  60. #ifndef PreIncDir
  61. # define PreIncDir    /usr/include
  62. #endif
  63.  
  64. #define HasGroff    YES
  65.  
  66. #ifndef ExtraFilesToClean
  67. # define ExtraFilesToClean *.core
  68. #endif
  69.  
  70. #ifndef UseDeprecatedKeyboardDriver
  71. #define UseDeprecatedKeyboardDriver YES
  72. #endif
  73.  
  74. #ifdef i386Architecture
  75. # include <xorg.cf>
  76. #endif
  77.